GetOrganizationalObject (deprecated) |
This Web service operation is used to retrieve all organizational objects (busorganizationaluser, busorganizationalrole) in a particular organization.
SOAP Request
<GetOrganizationalObjects xmlns="http://schemas.cordys.com/1.0/ldap"> <organization>o=test,cn=cordys,cn=defaultInst,o=vanenburg.com</organization> </GetOrganizationalObjects>
Table 1. Request Parameters
Parameters |
Description |
---|---|
organization |
The distinguished name of the organization. |
sort |
The order in which the organizational objects are to be sorted, ascending or descending. |
SOAP Response
<GetOrganizationalObjectsResponse xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <tuple> <old> <entry dn="cn=everyoneIntest,cn=organizational roles,o=test,cn=cordys,cn=defaultInst,o=vanenburg.com"> <description> <string>Everyone In test</string> </description> <role> <string>cn=everyone,cn=Cordys ESBServer,cn=cordys,cn=defaultInst,o=vanenburg.com</string> </role> <cn> <string>everyoneIntest</string> </cn> <objectclass> <string>top</string> <string>busorganizationalrole</string> <string>busorganizationalobject</string> </objectclass> </entry> </old> </tuple> ..... ..... <tuple> <old> <entry dn="cn=anonymous,cn=organizational users,o=test,cn=cordys,cn=defaultInst,o=vanenburg.com"> <authenticationuser> <string>cn=anonymous,cn=authenticated users,cn=cordys,cn=defaultInst,o=vanenburg.com</string> </authenticationuser> <description> <string>anonymous</string> </description> <role> <string>cn=anonymous,cn=Cordys ESBServer,cn=cordys,cn=defaultInst,o=vanenburg.com</string> </role> <cn> <string>anonymous</string> </cn> <objectclass> <string>top</string> <string>busorganizationaluser</string> <string>busorganizationalobject</string> </objectclass> </entry> </old> </tuple> </GetOrganizationalObjectsResponse>